home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Vat system standard 1.7 / _SETUP.1 / Vat system.exe / 0 / RCDATA / TFORM13 / TFORM13.txt
Text File  |  2000-10-27  |  3KB  |  159 lines

  1. object Form13: TForm13
  2.   Left = 339
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   Caption = 'wyszukiwanie'
  6.   ClientHeight = 152
  7.   ClientWidth = 312
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label56: TLabel
  18.     Left = 8
  19.     Top = 80
  20.     Width = 117
  21.     Height = 13
  22.     Caption = 'Szukaj wed∩┐╜ug kategorii:'
  23.     Color = clNavy
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentColor = False
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object Label1: TLabel
  34.     Left = 8
  35.     Top = 0
  36.     Width = 71
  37.     Height = 13
  38.     Caption = 'Imi∩┐╜ i nazwisko'
  39.   end
  40.   object Label2: TLabel
  41.     Left = 224
  42.     Top = 0
  43.     Width = 18
  44.     Height = 13
  45.     Caption = 'NIP'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 8
  49.     Top = 40
  50.     Width = 22
  51.     Height = 13
  52.     Caption = 'ulica'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 184
  56.     Top = 40
  57.     Width = 60
  58.     Height = 13
  59.     Caption = 'miejscowo∩┐╜∩┐╜'
  60.   end
  61.   object Label5: TLabel
  62.     Left = 120
  63.     Top = 0
  64.     Width = 71
  65.     Height = 13
  66.     Caption = 'Imi∩┐╜ i nazwisko'
  67.   end
  68.   object ComboBox2: TComboBox
  69.     Left = 8
  70.     Top = 96
  71.     Width = 153
  72.     Height = 21
  73.     Style = csDropDownList
  74.     ItemHeight = 13
  75.     Items.Strings = (
  76.       'Nazwisko'
  77.       'NIP'
  78.       'firma'
  79.       'Miejscowosc')
  80.     TabOrder = 0
  81.   end
  82.   object Edit13: TEdit
  83.     Left = 8
  84.     Top = 120
  85.     Width = 153
  86.     Height = 21
  87.     TabOrder = 1
  88.     OnChange = Edit13Change
  89.   end
  90.   object DBEdit1: TDBEdit
  91.     Left = 8
  92.     Top = 16
  93.     Width = 105
  94.     Height = 21
  95.     DataField = 'Nazwisko'
  96.     DataSource = Form1.NabywcySource
  97.     ReadOnly = True
  98.     TabOrder = 2
  99.   end
  100.   object DBEdit2: TDBEdit
  101.     Left = 120
  102.     Top = 16
  103.     Width = 97
  104.     Height = 21
  105.     DataField = 'Firma'
  106.     DataSource = Form1.NabywcySource
  107.     ReadOnly = True
  108.     TabOrder = 3
  109.   end
  110.   object DBEdit3: TDBEdit
  111.     Left = 8
  112.     Top = 56
  113.     Width = 169
  114.     Height = 21
  115.     DataField = 'Ulica'
  116.     DataSource = Form1.NabywcySource
  117.     ReadOnly = True
  118.     TabOrder = 4
  119.   end
  120.   object DBEdit4: TDBEdit
  121.     Left = 184
  122.     Top = 56
  123.     Width = 121
  124.     Height = 21
  125.     DataField = 'Miejscowosc'
  126.     DataSource = Form1.NabywcySource
  127.     ReadOnly = True
  128.     TabOrder = 5
  129.   end
  130.   object BitBtn1: TBitBtn
  131.     Left = 184
  132.     Top = 120
  133.     Width = 121
  134.     Height = 25
  135.     Caption = 'Ok'
  136.     TabOrder = 6
  137.     OnClick = BitBtn1Click
  138.   end
  139.   object BitBtn2: TBitBtn
  140.     Left = 184
  141.     Top = 88
  142.     Width = 121
  143.     Height = 25
  144.     Caption = 'Anuluj'
  145.     TabOrder = 7
  146.     OnClick = BitBtn2Click
  147.   end
  148.   object DBEdit5: TDBEdit
  149.     Left = 224
  150.     Top = 16
  151.     Width = 81
  152.     Height = 21
  153.     DataField = 'NIP'
  154.     DataSource = Form1.NabywcySource
  155.     ReadOnly = True
  156.     TabOrder = 8
  157.   end
  158. end
  159.